SC_ModelPropertyFlags

The following table contains the properties and enumerations for SC_ModelPropertyFlags:

Property

Flag Bit

Enumeration

Description

SCD_MPF_DONT_CARE

0

No flags are set

SCD_MPF_NULL

0

1

Property has NULL value or no value

SCD_MPF_USER_DEFINED

1

2

Property is user-defined

SCD_MPF_SCALAR

2

4

Property is scalar

SCD_MPF_TOOL

3

8

Property is maintained by the tool

SCD_MPF_READ_ONLY

4

16

Property is read-only (not used in erwin DM)

SCD_MPF_DERIVED

5

32

Property is inherited, calculated, or derived

SCD_MPF_OPTIONAL

6

64

Property is optional and can be removed